www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/contactform/lang/en.php

    <?php
$lang['contactform']['module_name']  = 'contact form';
$lang['contactform']['module_intro'] = 'with a contact form, you can allow your visitors to send you a message';
$lang['contactform']['fields']       = 'You didn\'t fill in all fields correctly.';
$lang['contactform']['email_title']  = 'Message from your website from';
$lang['contactform']['been_send']    = 'Your message has been sent succesfully.';
$lang['contactform']['not_send']     = 'Your message could not be sent, an error occurred.';
?>